Vcenter NamespaceManagement Storage Profiles FilterSpec

Vcenter NamespaceManagement Storage Profiles FilterSpec
Vcenter NamespaceManagement Storage Profiles FilterSpec

The Vcenter NamespaceManagement Storage Profiles FilterSpec schema contains zones used to find compatible storage profiles. A storage profile is compatible if it results in at least one datastore in each of the specified zones. (see POST /vcenter/namespace-management/storage/profiles?action=check_compatibility).

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "zones": [
        "string"
    ]
}
array of string
zones
Required

Zone compatibility criteria. The common storage profiles across the given zones will be returned. A storage profile is considered compatible if it results in at least one datastore in each of the given zones.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone.